home *** CD-ROM | disk | FTP | other *** search
- object FormAlphaAdd: TFormAlphaAdd
- Left = 213
- Top = 153
- BorderStyle = bsDialog
- Caption = 'Set Alpha Channel'
- ClientHeight = 244
- ClientWidth = 345
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 329
- Height = 185
- Shape = bsFrame
- end
- object LabelMethod: TLabel
- Left = 24
- Top = 28
- Width = 66
- Height = 12
- Caption = '&Create From:'
- FocusControl = ComboMethod
- end
- object ComboMethod: TComboBox
- Left = 128
- Top = 24
- Width = 189
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 0
- OnClick = ComboMethodClick
- Items.Strings = (
- 'Current Selection'
- 'Opaque Colors'
- 'Luminance')
- end
- object CheckInvert: TCheckBox
- Left = 128
- Top = 160
- Width = 165
- Height = 17
- Caption = '&Invert'
- TabOrder = 3
- end
- object btnOk: TButton
- Left = 176
- Top = 204
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object btnCancel: TButton
- Left = 256
- Top = 204
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object CheckAnti: TCheckBox
- Left = 128
- Top = 132
- Width = 165
- Height = 17
- Caption = '&Antialias'
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 20
- Top = 56
- Width = 305
- Height = 65
- Caption = '&Source'
- TabOrder = 1
- object ComboSource: TComboBox
- Left = 108
- Top = 12
- Width = 189
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 0
- end
- object CheckLayer: TCheckBox
- Left = 108
- Top = 40
- Width = 177
- Height = 17
- Caption = 'Current Layer Only'
- TabOrder = 1
- end
- end
- end
-